home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / mus / misc / Pro14bitbet.lha / pro14bitbet.doc < prev    next >
Text File  |  1998-02-11  |  2KB  |  73 lines

  1.  
  2.                The sample-converter Pro14bit beta.
  3.                 Made by Kjetil S Matheussen 1996.
  4.                       Works on all amigas.
  5.  
  6.  
  7. As you probably know, the Pro14bit program converts
  8. a 16 bit raw sample into two 8 bits raw samples. The point is,
  9. when you play this two samples simultaniously in a
  10. music-program (such as protracker), you actually hear
  11. a 14 bit sample! And yes, it works. No joke.
  12.  
  13. The conversion is probably not done correctly (it's only
  14. a beta-version), so you will not get the ultimate sample
  15. quality. But anyway, the difference in sound-quality is
  16. quite huge (as I see it) when you do this. So it's not
  17. a vaste of time.
  18.  
  19. The input format are raw, 16 bit, mono, signed, Intel
  20. word-format (XINU)).
  21.  
  22. The output format are normal raw 8 bits samples for
  23. the 680x0. Just load them in to your amiga-program, and
  24. use it. If you load the samples in to a intel-machine
  25. (to screamtracker, for example, which only support
  26. 8 bits samples), you probably have to swap the byte
  27. order afterwards or something. Please allso note that
  28. the result will differ from soundcard to soundcard.
  29. (But it works okey on the paula though.)
  30.  
  31.  
  32. Eksample on how to convert a 16 bit sample (such as .wav):
  33.  
  34. Amisox <infile> -t .raw -s -w -x ram:sample.raw
  35. Pro14bit ram:sample.raw <outfile>
  36. delete ram:sample.raw
  37.  
  38. (The <infile> can be at any format that Amisox supports.)
  39. You will now have two files called <outfile>.raw8 and
  40. <outfile>.raw6. Load them into protracker.  Set the
  41. volume of <outfile>.raw8 to 64, and the volume
  42. of <outfile>.raw6 to 01. Play both samples
  43. simultaniously at the same channel at the same
  44. pitch. And Voila!
  45.  
  46. Allso, try to turn off the <outfile>.raw6, to hear
  47. the difference.
  48.  
  49.  
  50. If you don't have, or don't want to use Amisox
  51. (its quite slow, you know), you can do the conversion
  52. like this: "Pro14bit <infile> <outfile>", where
  53. <infile> is a .wav-file.
  54.  
  55. This will work fine, but there will be a
  56. click-noice at the beginning of the samples.
  57. You can just cut them away manually.
  58.  
  59. Tips: If you save .raw 16 bit sample in
  60. Fasttracker on the pc, you will have
  61. a sample with the right format.
  62.  
  63. CONTACT ME:
  64. Kjetil S Matheussen
  65. 5423 Sogn Studentby
  66. 0858  OSLO
  67. NORWAY
  68.  
  69. tlf: +47 22 18 85 61
  70. e-mail: kjetilma@ifi.uio.no
  71. http://www.ifi.uio.no/~kjetilma/pro14bit/
  72.  
  73.